home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 October: Mac OS SDK / Dev.CD Oct 96 SDK / Dev.CD Oct 96 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODFDev / Table / Sources / Menus.fr < prev    next >
Encoding:
Text File  |  1996-08-16  |  873 b   |  41 lines  |  [TEXT/MPS ]

  1. //========================================================================================
  2. //
  3. //    File:                Menus.fr
  4. //    Release Version:    $ ODF 1 $ 
  5. //
  6. //    Contains:            String resources for ODFTable
  7. //    Written by:            Henri Lamiraux
  8. //
  9. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  10. //
  11. //========================================================================================
  12.  
  13. #ifndef FWRESFIL_K
  14. #include "FWResFil.k"
  15. #endif
  16.  
  17. #ifndef CONST_K
  18. #include "Defines.k"
  19. #endif
  20.  
  21. #ifndef FWMENUS_FR
  22. #include "FWMenus.fr"
  23. #endif
  24.  
  25. //----------------------------------------------------------------------------
  26. //    Menus
  27. //----------------------------------------------------------------------------
  28.  
  29. resource FW_RMenuBar(kMenuBar)
  30. {
  31.     {
  32.         FW_RPullDownMenu
  33.         (
  34.             "Table"
  35.             {
  36.                 FW_RToggleItem(cHideShowGrid, FW_kNoKeyEquivalent, "Run", "Edit")
  37.             }
  38.         )
  39.     }
  40. };
  41.